Skip to main content
PUT
[Autenticado] Atualizar um evento

Autorizações

Authorization
string
header
obrigatório

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Parâmetros de caminho

eventId
string<uuid>
obrigatório

Corpo

application/json
title
string | null
description
string | null
rawDescription
string | null
coverUrl
string | null
startDate
string<date-time>
endDate
string<date-time> | null
durationMinutes
integer<int32> | null
isAllDay
boolean
isOnline
boolean
locationName
string | null
onlineUrl
string | null
latitude
number<double> | null
longitude
number<double> | null
address
string | null
enableRsvp
boolean
maxAttendees
integer<int32> | null
showAttendees
boolean
reminderMinutes
string | null
reminderMessage
string | null
publishMessage
string | null
badgeIds
string<uuid>[] | null
courseIds
string<uuid>[] | null
groupIds
string<uuid>[] | null
sendPushWhenLive
boolean
pushMessageOverride
string | null
showInMarquee
boolean
mode
enum<integer>
Opções disponíveis:
0,
1,
2
occurrences
string<date-time>[] | null
dailyStartTime
string | null
dailyEndTime
string | null

Resposta

200

OK